home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD World 1998 January
/
CD World - Ocak 1998.iso
/
misc
/
dbase55
/
disk7
/
extern.pak
/
DBFILE.DEF
< prev
next >
Wrap
Text File
|
1996-01-05
|
1KB
|
48 lines
;****************************************************************************
;
; FILE: DBFile.def
;
; WRITTEN BY: Keimpe
;
; DATE: 1/94
;
; UPDATED: 5/95
;
; REVISION: $Revision: 2.8 $
;
; VERSION: Visual dBASE
;
; DESCRIPTION:
;
; Part of dbfile, a Visual dBASE example.
;
; See dbfile.cpp for a description of the example.
;
;****************************************************************************
LIBRARY DBFILE
Description 'DBFILE.DLL'
EXETYPE WINDOWS
CODE PRELOAD MOVEABLE DISCARDABLE
DATA PRELOAD MOVEABLE SINGLE
EXPORTS
WEP @1 RESIDENTNAME
DBaseInitInstance @2
DBaseExitInstance @3
TFinit @4
TFopen @5
TFclose @6
TFgetline @7
TFfieldseparator @8
TFgetfield @9
TFeof @10
TFerror @11
TFlineseparator @12
TFgeterror @13
TFfilter @14
TFrelease @15
TFgetrec @16